projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a8a836
)
(x_connection_closed): Pass new arg to shut_down_emacs.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 13 Jun 1993 02:06:17 +0000
(
02:06
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 13 Jun 1993 02:06:17 +0000
(
02:06
+0000)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index b5f87c46cc6ba5c00c5ce63991055a166b695644..8dd20f542c5d0df0e98ebfc77d1d44f4f31dd77a 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-3781,7
+3781,7
@@
x_connection_closed ()
if (_Xdebug)
abort ();
- shut_down_emacs (0, 1);
+ shut_down_emacs (0, 1
, Qnil
);
exit (70);
}